home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / THE AIDS STACK / background_19424.txt < prev    next >
Text File  |  1988-01-11  |  3KB  |  150 lines

  1. -- background: 19424 from stack: in
  2. -- bmap block id: 20626
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.  
  9. end openStack
  10.  
  11.  
  12.  
  13. -- part 17 (button)
  14. -- low flags: 00
  15. -- high flags: 2000
  16. -- rect: left=419 top=271 right=308 bottom=448
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: 
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   DoMenu Find...
  28. end mouseUp
  29.  
  30.  
  31.  
  32.  
  33. -- part 18 (field)
  34. -- low flags: 00
  35. -- high flags: 0000
  36. -- rect: left=47 top=70 right=251 bottom=469
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 0
  40. -- font id: 3
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: TERM
  45.  
  46.  
  47. -- part 21 (button)
  48. -- low flags: 00
  49. -- high flags: 2000
  50. -- rect: left=329 top=271 right=308 bottom=358
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: LAST
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   visual effect wipe left slowly
  62.   DoMenu Prev
  63. end mouseUp
  64.  
  65.  
  66.  
  67. -- part 22 (button)
  68. -- low flags: 00
  69. -- high flags: 2000
  70. -- rect: left=359 top=271 right=308 bottom=388
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 0 / 0
  73. -- text alignment: 1
  74. -- font id: 0
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: NEXT
  79. ----- HyperTalk script -----
  80. on mouseUp
  81.   visual effect wipe right slowly
  82.   DoMenu Next
  83. end mouseUp
  84.  
  85.  
  86.  
  87. -- part 23 (button)
  88. -- low flags: 00
  89. -- high flags: 2000
  90. -- rect: left=449 top=271 right=308 bottom=478
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: HOME
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.  
  102.   visual venetian blinds slowly
  103.   pop card
  104.  
  105. end mouseUp
  106.  
  107.  
  108.  
  109. -- part 24 (button)
  110. -- low flags: 00
  111. -- high flags: 2000
  112. -- rect: left=299 top=271 right=308 bottom=328
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 0 / 0
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: HOME
  121. ----- HyperTalk script -----
  122. on mouseUp
  123.   visual effect dissolve slowly
  124.   go to card id 17296
  125.   visual venetian blinds slowly
  126.   go to card id 3013
  127.  
  128. end mouseUp
  129.  
  130.  
  131.  
  132. -- part 25 (button)
  133. -- low flags: 00
  134. -- high flags: 2000
  135. -- rect: left=389 top=271 right=308 bottom=418
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 1
  139. -- font id: 0
  140. -- text size: 12
  141. -- style flags: 0
  142. -- line height: 16
  143. -- part name: TOP OF STACK
  144. ----- HyperTalk script -----
  145. on mouseUp
  146.   visual effect DISSOLVE
  147.   go to card id 20036
  148. end mouseUp
  149.  
  150.